home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / arcer / disksque.lha / DiskSqueeze! / Storage / DOSdrivers / RAD2 < prev    next >
Text File  |  1995-07-22  |  713b  |  29 lines

  1. /* $VER: RAD 40.1 (31.8.93)
  2.  *
  3.  * Recoverable RAM disk mount entry
  4.  *
  5.  * You can create different simultaneous recoverable RAM disks by creating
  6.  * versions of this file with different Unit values.
  7.  *
  8.  * The size of a recoverable RAM disk is controlled by the value of the
  9.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  10.  * RAM. So the default value of 79 consumes around 880K of memory.
  11.  */
  12.  
  13. Device      = ramdrive.device
  14. Unit     = 1
  15. Flags    = 0
  16. Surfaces = 2
  17. SectorsPerTrack   = 11
  18. SectorSize      = 512
  19. Reserved = 2
  20. Interleave  = 0
  21. Buffers     = 5
  22. BufMemType  = 1
  23.  
  24. /* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
  25.  *
  26.  * LowCyl   = 0
  27.  * HighCyl  = 79
  28.  */
  29.